home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / dviware / umddvi / dev / interpress.h < prev    next >
Text File  |  1990-10-01  |  739b  |  30 lines

  1. /*
  2.  * Copyright (c) 1987 University of Maryland Department of Computer Science.
  3.  * All rights reserved.  Permission to copy for any purpose is hereby granted
  4.  * so long as this copyright notice remains intact.
  5.  */
  6.  
  7. /* you are assumed to have read the Xerox Interpress documents... I am
  8.    not going to attempt to explain what these mean. */
  9.  
  10. /* sequences */
  11. #define SeqString    1
  12. #define SeqInteger    2
  13. #define SeqRational    4
  14. #define SeqIdentifier    5
  15. #define SeqComment    6
  16. #define SeqContinued    7
  17. #define SeqLargeVec    8
  18. #define SeqPackedPixVec    9
  19. #define SeqComprPixVec    10
  20. #define SeqAdapPixVec    12
  21.  
  22. /* operators */
  23.  
  24. /* pseudo ops */
  25. #define IPBegin        102
  26. #define IPEnd        103
  27. #define IPPageInstr    105
  28. #define IPLB        106    /* { */
  29. #define IPRB        107    /* } */
  30.